Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: local socket in mysql images #1190

Merged
merged 1 commit into from
Dec 15, 2024
Merged

fix: local socket in mysql images #1190

merged 1 commit into from
Dec 15, 2024

Conversation

shreddedbacon
Copy link
Member

The readiness probe in the mysql image fails when calling /usr/share/container-scripts/mysql/readiness-probe.sh due to no local socket defined.

This sets the socket in the mysql image so that is available to the readiness probes.

Additionally, this adds another init file in both the mysql and mariadb images that doesn't contain the vendor name.

Copy link
Member

@tobybellwood tobybellwood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense, nice pickup

@shreddedbacon shreddedbacon marked this pull request as ready for review December 15, 2024 22:51
@tobybellwood tobybellwood merged commit cd9833b into main Dec 15, 2024
1 check passed
@shreddedbacon shreddedbacon deleted the mysql-startup branch December 15, 2024 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants